Foxit PDF RDK
|
Defines a callback interface for handling the result of a CalculateMaxSizeTask. More...
Public Member Functions | |
constructor () | |
Constructor for the CalculateMaxSizeCallback class. Initializes a new instance of the CalculateMaxSizeCallback. | |
execute (task) | |
Executes the callback with the result of a CalculateMaxSizeTask. More... | |
Defines a callback interface for handling the result of a CalculateMaxSizeTask.
FoxitRDKNative.CalculateMaxSizeCallback.execute | ( | task | ) |
Executes the callback with the result of a CalculateMaxSizeTask.
{CalculateMaxSizeTask} | task - The CalculateMaxSizeTask whose result is being processed. This method is called when the task completes, providing access to its result. |